C# Mine
ContentsIndexHome
PreviousUpNext
AESEncryption.Decrypt128 Method

Decrypts an array

Syntax
C#
public static byte[] Decrypt128(byte[] CipherBytes, byte[] Key, byte[] InitialVector);
Parameters 
Description 
byte[] CipherBytes 
Text to be decrypted 
byte[] Key 
Password to decrypt with 
byte[] InitialVector 
Needs to be 16 ASCII characters long 

A decrypted array

Copyright (c) 2017. All rights reserved.
What do you think about this topic? Send feedback!